home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / programs / author / dirwin / data.z / ANIMWIZ.DIR / 00284_Script_284 < prev    next >
Text File  |  1996-03-15  |  129b  |  9 lines

  1. on mouseDown
  2.   global goBanners
  3.   
  4.   if PressButton() then
  5.     cursor 4
  6.     mCreate(goBanners)
  7.     cursor -1
  8.   end if
  9. end